projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33341bd
)
(display-time): Fix prev change: use display-time-update.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Jul 1996 19:47:53 +0000
(19:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Jul 1996 19:47:53 +0000
(19:47 +0000)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index 1008dac31fcd6cc7ed64010417b7f5851c41a9f3..59dc075cfd89692410ae970fb25713ba1c92fc5b 100644
(file)
--- a/
lisp/time.el
+++ b/
lisp/time.el
@@
-75,7
+75,7
@@
After each update, `display-time-hook' is run with `run-hooks'."
(run-at-time (apply 'encode-time 60 (cdr (decode-time)))
display-time-interval 'display-time-event-handler))
;; Make the time appear right away.
- (display-time-
event-handler
)
+ (display-time-
update
)
;; When you get new mail, clear "Mail" from the mode line.
(add-hook 'rmail-after-get-new-mail-hook 'display-time-event-handler))